Keysight VISA.NET Help
WriteBinary(UInt32[]) Method



The array of UInt32 integers to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Sub WriteBinary( _
   ByVal data() As UInteger _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As UInteger
 
instance.WriteBinary(data)
[CLSCompliant(false)]
void WriteBinary( 
   uint[] data
)
[CLSCompliant(false)]
void WriteBinary( 
   array<uint>^ data
) 

Parameters

data
The array of UInt32 integers to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025